home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / xgrabsc / cpyright.h < prev    next >
C/C++ Source or Header  |  1995-05-09  |  2KB  |  56 lines

  1. #ifndef _COPYRIGHT_
  2. #define _COPYRIGHT_
  3. /*========================================================================
  4. *
  5. * Name - cpyright.h
  6. *
  7. * Version:    1.6
  8. *
  9. * ccsid:    @(#)cpyright.h    1.6 - 04/26/93 17:44:24
  10. * from:     ccs/s.cpyright.h
  11. * date:     06/28/93 09:14:48
  12. *
  13. * Description: copyright information for xgrabsc
  14. *
  15. *========================================================================
  16. *
  17. * Copyright (C) 1990-93 Bruce Schuchardt, Servio Corp.
  18. *
  19. * Permission to use, copy, modify, distribute, and sell this software
  20. * and its documentation for any purpose is hereby granted without fee,
  21. * provided that the above copyright notice appear in all copies, and
  22. * that both that copyright notice and this permission notice appear
  23. * in supporting documentation.  The author makes no representations
  24. * about the suitability of this software for any purpose.  It is
  25. * provided "as is" without express or implied warranty.
  26. *
  27. * THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
  28. * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
  29. * NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, INDIRECT OR
  30. * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
  31. * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
  32. * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE
  33. * USE OR PERFORMANCE OF THIS SOFTWARE.
  34. *
  35. * GetClientWindow() and TryChildren() functions in xgrabsc.c are
  36. * copyrighted by MIT:
  37. *
  38. *   Copyright 1989 by the Massachusetts Institute of Technology
  39. *
  40. *   Permission to use, copy, modify, and distribute this [XmuClientWindow]
  41. *   software and its
  42. *   documentation for any purpose and without fee is hereby granted, provided 
  43. *   that the above copyright notice appear in all copies and that both that 
  44. *   copyright notice and this permission notice appear in supporting 
  45. *   documentation, and that the name of M.I.T. not be used in advertising
  46. *   or publicity pertaining to distribution of the software without specific, 
  47. *   written prior permission. M.I.T. makes no representations about the 
  48. *   suitability of this software for any purpose.  It is provided "as is"
  49. *   without express or implied warranty.
  50. */
  51.  
  52. static char *Copyright = "Copyright (C) 1990-93 Bruce Schuchardt";
  53. #endif
  54.  
  55.  
  56.